This patch conditionalizes some output from perfc_printall(), thus making relevant...
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 2 May 2006 14:33:47 +0000 (15:33 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 2 May 2006 14:33:47 +0000 (15:33 +0100)
commitbd4b0a4f9db4a792bd9f73c764bdaac584fc6ad4
tree2a9a7a9be6a04705f56d5c421cccac50e6d78fd9
parentce375a4e0fc33e27ca3a21e09e4d892dd1ddffdc
This patch conditionalizes some output from perfc_printall(), thus making relevant information more compact and easier
legible. It additionally changes the formatting so that trailing spaces are avoided.

Also changing the type of some variables from plain int to unsigned int, as that is yielding more efficient code on
x86-64 (signed 32-bit array indices require explicit sign extension, whereas in most cases an extra copy can be avoided
when the index type is unsigned, since all 32-bit operations already zero-extend their results).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/perfc.c